projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c19c58
)
Sealed priv pointer in GtkFontButton.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:34 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:34 +0000
(11:04 +0000)
svn path=/trunk/; revision=20563
gtk/gtkfontbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfontbutton.h
b/gtk/gtkfontbutton.h
index 59fb5aaf54feadcf1253cb302cc15cd41809fff4..134097096caf7571aa96c443c8674d15f2934b59 100644
(file)
--- a/
gtk/gtkfontbutton.h
+++ b/
gtk/gtkfontbutton.h
@@
-54,7
+54,7
@@
struct _GtkFontButton {
GtkButton button;
/*< private >*/
- GtkFontButtonPrivate *
priv
;
+ GtkFontButtonPrivate *
GSEAL (priv)
;
};
struct _GtkFontButtonClass {